home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1997 August / Walnut Creek CDROM.7z / VOL_400 / 446_01 / DOC / DPBASICS / EX / X.C < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-18  |  211 b   |  14 lines

  1.                                                                  // -*- C++ -*-
  2. // $Id: $
  3.  
  4. #include <X.h>
  5.  
  6. void X:: exampleFunction (real exampleParameter)
  7. {
  8.   // ....
  9. }
  10.  
  11. /* LOG HISTORY of this file:
  12. $Log: $
  13. */
  14.